css: Redo value resolving
authorBenjamin Otte <otte@redhat.com>
Mon, 2 Jan 2012 14:44:45 +0000 (15:44 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jan 2012 17:37:55 +0000 (18:37 +0100)
commite87cf5d7896746c8e9b81b037843c670f728287c
tree3e7cd8614154e458243d4e5e93d6db8d3bb16380
parent29382c130529caf94e037767b6dd3e2897071c0d
css: Redo value resolving

Instead of on-demand resolvage, we now resolve during lookup. The step
is done via
  _gtk_css_style_property_compute_value()
which currently calls into
  _gtk_css_style_compute_value()
That function has all the old resolving machinery.

The only part missing for now is the handling of win32 code. It will be
added back later.
gtk/gtkcsslookup.c
gtk/gtkcssstylefuncs.c
gtk/gtkcssstylefuncsprivate.h
gtk/gtkcssstyleproperty.c
gtk/gtkcssstylepropertyprivate.h
gtk/gtkshadow.c
gtk/gtkshadowprivate.h